All Questions
2 questions
0votes
1answer
750views
bash file contain executable/binary code
I found this tool and when I downloaded it is a bash executable that contains binary code. First of all I didn't know this is possible. Does anyone know who this can be done? Also I am not sure how ...
2votes
1answer
4kviews
How to get binary representations of strings in Shell?
I'm using openssl dgst -sha1 -binary to get hash values of my strings in binary format. (I'm using -binary flag because my version of openssl adds "stdout" before each hash value on default output, ...